Use PEGetSectionHeight to retrieve the section height information for the specified section. This is the replacement API Call for PEGetMinimumSectionHeight and should be used for all new development.
BOOL CRPE_API PEGetSectionHeight (
short printJob,
short sectionCode,
short FAR *height );
Specifies the print job that you want to query to retrieve section height information. | |
Specifies the Section Codes, for the report sections for which you want to retrieve information. See Working with section codes. | |
Declare Function PEGetSectionHeight Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionCode As Integer,
height As Integer ) As Integer
function PEGetSectionHeight (
printJob: Smallint;
sectionCode: Smallint;
Height: Smallint (*in twips*)
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |